home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / DEVEL2.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1992-04-24  |  1.2 KB  |  26 lines

  1. This is the REND386 library package.  It consists of:
  2.  
  3.   read.me       - this file
  4.   demo2.c       - source for the demo
  5.   rend386.h     - include file for the renderer routines and data structures
  6.   userint.h     - include file for the user interface routines
  7.   plg.h         - include file for the .PLG file i/o routines
  8.   pointer.h     - include file for 3D pointer routines
  9.   colors16.c    - color-related support routines, 16-color version
  10.   colorsy.c     - color-related support routines, 256-color version
  11.   render.c      - the bottom-level interface to the rendering routines
  12.   pointer.c     - maps 2D mouse to 3D pointer
  13.   plg.c         - reads and writes .PLG files
  14.   segio.c       - reads and writes .FIG files
  15.   pcxmodey.c    - loads and saves .PCX files (screen capture and backgrounds)
  16.   demo2.mak     - the makefile for building demo2.exe (make -fdemo2.mak)
  17.   devel2.doc    - documentation
  18.   rend386.lib   - the rendering library
  19.   userint.lib   - the user interface library
  20.   blit16.lib    - the 16-color polygon blitter library
  21.   blit256.lib   - the 256-color polygon blitter library
  22.  
  23. For more information, read figure.doc, plg.doc and colors.doc (all are found
  24. in demo2.zip).
  25.  
  26.